net/http.http2serverConn.maxClientStreamID (field)

9 uses

	net/http (current package)
		h2_bundle.go#L4569: 	maxClientStreamID           uint32 // max ever seen from client (odd), or 0 if there have been no client requests
		h2_bundle.go#L4671: 		if streamID <= sc.maxClientStreamID {
		h2_bundle.go#L5389: 					maxStreamID: sc.maxClientStreamID,
		h2_bundle.go#L5523: 			if id := res.f.Header().StreamID; id > sc.maxClientStreamID {
		h2_bundle.go#L5524: 				sc.maxClientStreamID = id
		h2_bundle.go#L5555: 	if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
		h2_bundle.go#L6005: 	if id <= sc.maxClientStreamID {
		h2_bundle.go#L6008: 	sc.maxClientStreamID = id
		h2_bundle.go#L6083: 	sc.maxClientStreamID = id